Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2024-09-30 to 2024-09-30) ~ 00:01:32 UTC
Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2025-08-18 to 2025-08-20) ~ 00:01:39 UTC
Downloading 1 requests, up to 63 time slices each
Fetching request 1 of 1 (2024-09-30 to 2024-09-30) ~ 00:01:45 UTC
Downloading 1 requests, up to 63 time slices each
Fetching request 1 of 1 (2025-08-18 to 2025-08-20) ~ 00:01:51 UTC
Downloading 1 requests, up to 36 time slices each
Fetching request 1 of 1 (2024-09-30 to 2024-09-30) ~ 00:01:57 UTC
Downloading 1 requests, up to 36 time slices each
Fetching request 1 of 1 (2025-08-18 to 2025-08-20) ~ 00:02:04 UTC
Downloading 1 requests, up to 64 time slices each
Fetching request 1 of 1 (2024-09-30 to 2024-09-30) ~ 00:02:12 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x55ae4996a170>), :
cannot open the connection
Downloading 1 requests, up to 31 time slices each
Fetching request 1 of 1 (2024-09-30 to 2024-09-30) ~ 00:02:21 UTC
Error in open.connection(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x55ae4b5296d0>), :
cannot open the connection
Error in open.connection(structure(6L, class = c("curl", "connection"), conn_id = <pointer: 0x55ae4a2eef50>), :
cannot open the connection
Error in open.connection(structure(7L, class = c("curl", "connection"), conn_id = <pointer: 0x55ae485938b0>), :
cannot open the connection
Error in open.connection(structure(8L, class = c("curl", "connection"), conn_id = <pointer: 0x55ae56479cb0>), :
cannot open the connection
Error in open.connection(structure(9L, class = c("curl", "connection"), conn_id = <pointer: 0x55ae43e5dc20>), :
cannot open the connection
Error in open.connection(structure(10L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(11L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(12L, class = c("curl", "connection" :
cannot open the connection
Downloading 1 requests, up to 27 time slices each
Fetching request 1 of 1 (2025-08-18 to 2025-08-20) ~ 00:02:42 UTC
Error in open.connection(structure(13L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(14L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(15L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(16L, class = c("curl", "connection" :
cannot open the connection
Downloading 1 requests, up to 420 time slices each
Fetching request 1 of 1 (2024-09-30 to 2024-09-30) ~ 00:02:56 UTC
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Downloading 1 requests, up to 420 time slices each
Fetching request 1 of 1 (2025-08-18 to 2025-08-20) ~ 00:03:04 UTC
Error in open.connection(structure(17L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(18L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(19L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(20L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(21L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(22L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(23L, class = c("curl", "connection" :
cannot open the connection
Error in open.connection(structure(24L, class = c("curl", "connection" :
cannot open the connection
Warning: There were 21 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacrwsstDaily.csvp?longitude': The requested URL returned error: 503
ℹ Run `dplyr::last_dplyr_warnings()` to see the 20 remaining warnings.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()